Enable Python API in the JupyterLite deployment#680
Merged
martinRenou merged 26 commits intojupytercad:mainfrom Feb 12, 2025
Merged
Enable Python API in the JupyterLite deployment#680martinRenou merged 26 commits intojupytercad:mainfrom
martinRenou merged 26 commits intojupytercad:mainfrom
Conversation
f3dd313 to
54037a3
Compare
Contributor
|
Integration tests report: appsharing.space |
Contributor
|
Preview PR at appsharing.space |
6803dbe to
2ecdf88
Compare
fb807d4 to
08dd102
Compare
martinRenou
reviewed
Feb 11, 2025
martinRenou
reviewed
Feb 11, 2025
c2b4b1f to
1474ba8
Compare
Co-authored-by: martinRenou <martin.renou@gmail.com>
1cdeccd to
6628869
Compare
e2b183a to
1399867
Compare
a7f16f8 to
e823a09
Compare
f84f461 to
85f77a3
Compare
7367099 to
3905fcc
Compare
c657082 to
94d29bd
Compare
fc5753c to
df0fd06
Compare
Member
Author
Thanks a lot @martinRenou!! Wouldn't have been possible alone :) |
martinRenou
added a commit
that referenced
this pull request
Feb 12, 2025
This reverts commit 1611a56.
martinRenou
added a commit
that referenced
this pull request
Feb 12, 2025
martinRenou
added a commit
to martinRenou/jupytercad
that referenced
this pull request
Feb 13, 2025
* Config docs * Revert changes * Update lite env * update lite config * Bump yjs-widgets and make changes wrt * Update lite/environment.yml Co-authored-by: martinRenou <martin.renou@gmail.com> * bump yjs-widgets on jupytercad_app too * use updated version of actions/cache * try building jcad in lite * try installing whl instead from src * try giving a random name to the wheels to be used for lite * correct path * not needed * move collaboration to jupytercad * do same for lab * No need to install * install jupyter-server in CI * typo * lazily import `setup_handlers` * install jupytercad metapackage for ui tests * install metapackage in correct job * build jupytercad metapackage too * try adding docprovider to sharedPackages * not needed * try bundled true --------- Co-authored-by: martinRenou <martin.renou@gmail.com>
martinRenou
added a commit
that referenced
this pull request
Feb 13, 2025
…lite metapackage (#687) * Enable Python API in the JupyterLite deployment (#680) * Config docs * Revert changes * Update lite env * update lite config * Bump yjs-widgets and make changes wrt * Update lite/environment.yml Co-authored-by: martinRenou <martin.renou@gmail.com> * bump yjs-widgets on jupytercad_app too * use updated version of actions/cache * try building jcad in lite * try installing whl instead from src * try giving a random name to the wheels to be used for lite * correct path * not needed * move collaboration to jupytercad * do same for lab * No need to install * install jupyter-server in CI * typo * lazily import `setup_handlers` * install jupytercad metapackage for ui tests * install metapackage in correct job * build jupytercad metapackage too * try adding docprovider to sharedPackages * not needed * try bundled true --------- Co-authored-by: martinRenou <martin.renou@gmail.com> * Add `jupytercad_lite` metapackage (#681) * Add `jupytercad_lite` metapackage * update bump-version * port remaining changes * install jupytercad_lite on build-lite job * install jupytercad_lite on build-lite job * try building jupytercad_lite in build packages * continue installing the labextension in the dev install script * continue installing the package too * install metapackage outside the for loop * condition not needed * Fix: Collaborative model (#682) Fic: Collaborative model --------- Co-authored-by: Arjun Verma <arjxn.py@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Porting geojupyter/jupytergis#412